Job Radar. Live notifications. AI processed.
freelancer.com 2026-04-21 🟠
🔹 Automatically Fetch Product Images from Flipkart and Amazon into an Excel File
👤 Client: 🇮🇳 Amreli, India Member since 2024-07-07
💰 Price: $15 Average bid
🚩 Problem: Need to automate the process of fetching relevant product images from online stores (Flipkart and Amazon) based on product names listed in an Excel file.
📦 Existing: [Not specified]
Specifications:
[Target] Fetch product images for multiple products listed in an Excel file.
[Method] Use Python with web scraping techniques to search for relevant images on Flipkart and Amazon.
[UI/UX] Not applicable as the task is purely backend automation.
[Stack] Python, Web Scraping Libraries (BeautifulSoup, Selenium), Excel Handling Libraries (openpyxl, pandas)
[Security] Ensure no unauthorized access or data breaches during scraping and file handling. Use secure credentials storage methods if necessary.
[Format] Output should be an updated Excel file with images linked or inserted next to corresponding product names.
Workflow:
1. Read the list of product names from the specified Excel file using Python libraries (e.g., pandas).
2. For each product name, search for relevant products on Flipkart and Amazon.
3. Fetch up to 5 relevant images per product by scraping image URLs from the search results.
4. Insert or link these images into the corresponding cells in the Excel file using openpyxl or similar library.
5. Ensure all scraped data is accurate and properly matched with product names.
6. Document the script thoroughly for future reference.